home *** CD-ROM | disk | FTP | other *** search
/ Roujin Z / Roujin Z.iso / pc / 8roujin.exe / 8roujin.DXR / 00045.ls < prev    next >
Encoding:
Text File  |  1996-03-12  |  221 b   |  9 lines

  1. on enterFrame
  2.   global movieName, moviedur
  3.   set movieName to "roujin2.mov"
  4.   set moviedur to the duration of cast movieName
  5.   set the timeoutScript to "timeoutprocedure"
  6.   startmytimer(moviedur / 60)
  7.   go(marker(1))
  8. end
  9.